//==============================================================================
// Campfire_anim.xt
//==============================================================================

//==============================================================================
define firetiny
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Generic Fire Tiny
      }
   }
}

//==============================================================================
define smoketiny
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Generic Smoke Tiny
      }
   }
}

//==============================================================================
define firesmall
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Generic Fire Small
      }
   }
}

//==============================================================================
define smokesmall
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Generic Smoke Small
      }
   }
}

//==============================================================================
define firetinycinematic
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Generic Fire Tiny Cinematic
      }
   }
}

//==============================================================================
define smoketinycinematic
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Generic Smoke Tiny Cinematic
      }
   }
}

//==============================================================================
define firesmallcinematic
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Generic Fire Small Cinematic
      }
   }
}

//==============================================================================
define smokesmallcinematic
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Generic Smoke Small Cinematic
      }
   }
}
//==============================================================================
define FireGlow
{
   set hotspot
   {
      version
      {
         Visualparticle SFX a fire torch glow
      }
   }
}
//==============================================================================
anim Idle
{
	SetSelector
	{
		Cinematiclogic
		SetSelector
		{
			VariationLogic
			set hotspot
			{
				version
				{
					Visual World A Campfire Cinematic Small
					connect ATTACHPOINT firetiny hotspot
					connect TopOfHead FireGlow hotspot
					connect ATTACHPOINT smoketiny hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual World A Campfire Cinematic Large
					connect ATTACHPOINT firesmall hotspot
					connect ATTACHPOINT smokesmall hotspot
					connect TopOfHead FireGlow hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual World A Campfire Roasting Pig Cinematic
					connect ATTACHPOINT firetiny hotspot
					connect ATTACHPOINT smoketiny hotspot
					connect TopOfHead FireGlow hotspot
				}
			}
		}
		SetSelector
		{
			VariationLogic
			set hotspot
			{
				version
				{
					Visual World A Campfire Cinematic Small
					connect ATTACHPOINT firetiny hotspot
					connect ATTACHPOINT smoketiny hotspot
					connect TopOfHead FireGlow hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual World A Campfire Cinematic Large
					connect ATTACHPOINT firesmall hotspot
					connect ATTACHPOINT smokesmall hotspot
					connect TopOfHead FireGlow hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual World A Campfire Roasting Pig Cinematic
					connect ATTACHPOINT firetiny hotspot
					connect ATTACHPOINT smoketiny hotspot
					connect TopOfHead FireGlow hotspot
				}
			}
		}
	}	
}


